home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / vim / vimrc.tiny < prev   
Text File  |  2008-07-21  |  662b  |  14 lines

  1. " Vim configuration file, in effect when invoked as "vi". The aim of this
  2. " configuration file is to provide a Vim environment as compatible with the
  3. " original vi as possible. Note that ~/.vimrc configuration files as other
  4. " configuration files in the runtimepath are still sourced.
  5. " When Vim is invoked differently ("vim", "view", "evim", ...) this file is
  6. " _not_ sourced; /etc/vim/vimrc and/or /etc/vim/gvimrc are.
  7.  
  8. " Debian system-wide default configuration Vim
  9. set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim71,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
  10.  
  11. set compatible
  12.  
  13. " vim: set ft=vim:
  14.